home *** CD-ROM | disk | FTP | other *** search
/ OpenGL Superbible (2nd Edition) / OpenGL SuperBible e2.iso / tools / GLUT-3.7 / PROGS / DEMOS / CHESS / Imakefile < prev    next >
Encoding:
Makefile  |  1998-08-12  |  279 b   |  17 lines

  1.  
  2. /* Copyright (c) Mark J. Kilgard, 1997. */
  3.  
  4. #include "../../../Glut.cf"
  5.  
  6. TARGETS = chess
  7.  
  8. SRCS =  chess.c main.c animate.c pathplan.c texture.c
  9.  
  10. OBJS =  chess.o main.o animate.o pathplan.o texture.o
  11.  
  12. AllTarget($(TARGETS))
  13.  
  14. NormalGlutProgramTarget(chess,$(OBJS))
  15.  
  16. DependTarget()
  17.